Autogenerated HTML docs for v1.7.9.3-362-g71319 
diff --git a/git-format-patch.html b/git-format-patch.html index 7d0a9b9..0a4787c 100644 --- a/git-format-patch.html +++ b/git-format-patch.html 
@@ -689,17 +689,31 @@  </p>   </dd>   <dt class="hdlist1">  +--histogram  +</dt>  +<dd>  +<p>  + Generate a diff using the "histogram diff" algorithm.  +</p>  +</dd>  +<dt class="hdlist1">   --stat[=&lt;width&gt;[,&lt;name-width&gt;[,&lt;count&gt;]]]   </dt>   <dd>   <p>  - Generate a diffstat. You can override the default  - output width for 80-column terminal by <tt>--stat=&lt;width&gt;</tt>.  - The width of the filename part can be controlled by  - giving another width to it separated by a comma.  + Generate a diffstat. By default, as much space as necessary  + will be used for the filename part, and the rest for the graph  + part. Maximum width defaults to terminal width, or 80 columns  + if not connected to a terminal, and can be overriden by  + <tt>&lt;width&gt;</tt>. The width of the filename part can be limited by  + giving another width <tt>&lt;name-width&gt;</tt> after a comma. The width  + of the graph part can be limited by using  + <tt>--stat-graph-width=&lt;width&gt;</tt> (affects all commands generating  + a stat graph) or by setting <tt>diff.statGraphWidth=&lt;width&gt;</tt>  + (does not affect <tt>git format-patch</tt>).   By giving a third parameter <tt>&lt;count&gt;</tt>, you can limit the  - output to the first <tt>&lt;count&gt;</tt> lines, followed by  - <tt>&#8230;</tt> if there are more.  + output to the first <tt>&lt;count&gt;</tt> lines, followed by <tt>&#8230;</tt> if  + there are more.   </p>   <div class="paragraph"><p>These parameters can also be set individually with <tt>--stat-width=&lt;width&gt;</tt>,   <tt>--stat-name-width=&lt;name-width&gt;</tt> and <tt>--stat-count=&lt;count&gt;</tt>.</p></div>